home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.EnemiesSelected() == true)
- {
- _global.instShown = true;
- _root.leftA.gotoAndPlay(16);
- _root.rightA.gotoAndPlay(16);
- _root.ico.gotoAndPlay(21);
- _root.titleA.gotoAndPlay(16);
- this.gotoAndPlay(16);
- _parent.fid.gotoAndPlay(2);
- _parent.blueish.gotoAndPlay(61);
- _root.p1.gotoAndPlay(16);
- _global.prevMenu = false;
- }
- else
- {
- _global.SoundManager.PlayBubbleSound("nocando");
- _root.instruct1.gotoAndStop(4);
- }
- }
-